Add description

master
Hektor Misplon 2022-05-11 12:25:20 +02:00
parent 2e353fe4a8
commit 3280f9f89b
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#!/usr/bin/env bash
# Tiny AUR clone helper
# aurpac <package-name>
git clone "https://aur.archlinux.org/$1.git"

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
# Open webcam window
ffplay -f v4l2 -s 640x480 -i /dev/video0 >/dev/null 2>&1 & disown

View File

@ -1 +1,5 @@
#!/usr/bin/env bash
# Tiny Vim update helper
vim +PlugUpgrade +PlugUpdate +CocUpdate