mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
3 lines
99 B
Bash
3 lines
99 B
Bash
#!/bin/sh
|
|
tar -czf "../${PWD##*/}.tar.gz" .
|
|
echo -e "\033[32mThe archive was created successfully"
|