mirror of
https://github.com/eugeny/tabby
synced 2026-05-04 08:21:13 +00:00
8 lines
156 B
Smarty
8 lines
156 B
Smarty
#!/bin/bash
|
|
cat > '/usr/bin/${executable}' << END
|
|
#!/bin/sh
|
|
'/opt/${productFilename}/${executable}' --no-sandbox \$@
|
|
END
|
|
|
|
chmod +x '/usr/bin/${executable}'
|