diff options
| author | Ken D'Ambrosio <ken.dambrosio@constantcontact.com> | 2026-06-03 21:32:55 -0400 |
|---|---|---|
| committer | Ken D'Ambrosio <ken.dambrosio@constantcontact.com> | 2026-06-03 21:32:55 -0400 |
| commit | ef25374771e78d503d14446ed9d637306c0eb224 (patch) | |
| tree | 79f2357966182ebda0272fd90a4cbf2e389a1d5e /bin/esheep | |
| parent | 860bb203df525648d1d143421d3edce505923907 (diff) | |
Add README, launcher script, and .desktop entry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'bin/esheep')
| -rwxr-xr-x | bin/esheep | 3 |
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" "$@" |
