dotfiles/.config/scripts/untar-all.sh
2026-04-25 16:39:11 +05:30

3 lines
53 B
Bash
Executable file

#!/bin/bash
for i in *.tar*; do tar -xvf "$i"; done