diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-07 08:55:53 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-07 08:55:53 +0200 |
| commit | 9cb876004e6375e9f3e96237505c6d38f7df0b97 (patch) | |
| tree | 1508b6fa63e4548cbd7fcc484eee80b922333ab5 | |
| parent | c182cd8b048f2cf3d2a4f49998abeda31bf9908d (diff) | |
add install script
| -rwxr-xr-x | install | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/sh + +install spawnctl /usr/local/bin/ +install spawnctl-port-forward.service /etc/systemd/system/ + +chmod +x /usr/local/bin/spawnctl |