Deploy Railway Shell Script
Quickly run any shell script in a Railway container.
railway-function-shell
Loudbooks/railway-function-shell
Just deployed
Deploy a Shell Script on Railway
Quickly execute a shell script on a Railway hosted container.
Hosting a Shell Script
Encode your shell script to a base64 string using any tool of your choice. I used https://www.base64encode.org/.
Take the output string and put it in the SCRIPT
environmental variable. Deploy the container and it will run the script you encoded.
Template Content
railway-function-shell
Loudbooks/railway-function-shellSCRIPT
Base64 encoded shell script.