mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
5 lines
45 B
Bash
Executable file
5 lines
45 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "on-launch executed"
|
|
|
|
exit 0
|