This website requires JavaScript.
Explore
Help
Sign In
badjware
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
797e5b5a9a
dotfiles
/
home
/
dot_local
/
bin
/
executable_dump-args
5 lines
55 B
Bash
Raw
Blame
History
#!/bin/bash
echo
$@
&
>/tmp/dump_args.last.log
exec
$@
View Git Blame
Copy Permalink