This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
82c053886d
dotfiles
/
.local
/
bin
/
scripts
/
arg-test
5 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
echo
"
Args:
$@
"
echo
"
Number of args:
$#
"
echo
"
${
@
:-
default
}
"
|
sed
's/\(\w\+\)/\1+sed/g'
Reference in New Issue
View Git Blame
Copy Permalink