1
0
Fork 0
dotfiles/home/dot_local/bin/executable_dump-args

5 lines
55 B
Bash

#!/bin/bash
echo $@ &>/tmp/dump_args.last.log
exec $@