mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
⚡ Add scripts & configs
This commit is contained in:
parent
f8ffdbda2e
commit
734af357dd
33 changed files with 1432 additions and 957 deletions
3
scripts/targz-folder.sh
Normal file
3
scripts/targz-folder.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
tar -czf "$1.tar.gz" $1
|
||||
echo -e "\033[32mThe archive was created successfully"
|
||||
Loading…
Add table
Add a link
Reference in a new issue