summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorKen D'Ambrosio <ken.dambrosio@constantcontact.com>2026-06-03 21:32:55 -0400
committerKen D'Ambrosio <ken.dambrosio@constantcontact.com>2026-06-03 21:32:55 -0400
commitef25374771e78d503d14446ed9d637306c0eb224 (patch)
tree79f2357966182ebda0272fd90a4cbf2e389a1d5e /bin
parent860bb203df525648d1d143421d3edce505923907 (diff)
Add README, launcher script, and .desktop entry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/esheep3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/esheep b/bin/esheep
new file mode 100755
index 0000000..91ba00e
--- /dev/null
+++ b/bin/esheep
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+exec python3 "$HOME/.local/share/esheep/esheep.py" \
+ --xml "$HOME/.local/share/esheep/animations.xml" "$@"