diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-05 19:28:46 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-05 19:28:46 -0400 |
commit | 0a350eaa7a891fc6a9a2daccc4d190da4000db50 (patch) | |
tree | 163a349b9f06d37f397f9824ed71857708fc071d /bin | |
parent | c6444a83790aa370f5e39c11cbeceda6e8878e26 (diff) | |
download | pypaste-0a350eaa7a891fc6a9a2daccc4d190da4000db50.tar.gz |
create script to launch pypaste from /usr/bin
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pypaste | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/pypaste b/bin/pypaste new file mode 100644 index 0000000..53f01fd --- /dev/null +++ b/bin/pypaste @@ -0,0 +1,3 @@ +#!/bin/sh + +exec python -m pypaste "$@" |