This commit is contained in:
parent
c449dfcb5f
commit
559939e2f4
49 changed files with 729 additions and 252 deletions
7
.local/bin/scripts/vix
Executable file
7
.local/bin/scripts/vix
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -z "$1" ] && echo 'Missing filename!' >&2 && exit 1
|
||||
|
||||
touch "$1"
|
||||
chmod +x "$1"
|
||||
vi "$1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue