mirror of
https://github.com/naruxde/revpipyload.git
synced 2026-05-16 06:17:23 +02:00
Add default files for installation or packaging.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# This will call the entry point of the python package, if it is installed
|
||||
# in /usr/share/revpipyload. Put this to your bin directory, which is in
|
||||
# the PATH value
|
||||
|
||||
exec "/usr/share/revpipyload/revpipyloadd" "$@"
|
||||
Reference in New Issue
Block a user