melawy-archiso-config/make_iso/00_reset_light.sh

9 lines
159 B
Bash
Executable File

#!/bin/sh
sudo rm -rfv ../work
mkdir ../work
notify-send -a "$(basename $(pwd)): Reset" -t 999999999 "finished" "$(date '+%Y.%m.%d %H:%M:%S')"
echo "Ready"