mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
add scripts
This commit is contained in:
parent
b26b361ebd
commit
14ad3c7749
3 changed files with 20 additions and 0 deletions
6
modules/home/scripts/scripts/extract.sh
Normal file
6
modules/home/scripts/scripts/extract.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
for i in "$@" ; do
|
||||
tar -xvzf $i
|
||||
break
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue