dotfiles-old/.local/bin/transadd

7 lines
114 B
Plaintext
Raw Normal View History

2022-03-10 03:42:22 +00:00
#!/usr/bin/env sh
2022-07-27 03:11:16 +00:00
ARGS="$@"
RSP="$(tremc -c@192.168.1.162:9091 "$ARGS" )"
notify-send "transadd" "adding: $RSP"
2022-07-27 03:11:16 +00:00