An engagement based washing machine that spins you round and round!
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 8 lines 118 B view raw
1#!/bin/sh 2set -e 3 4# Ensure data directory exists and is writable 5mkdir -p /data 6 7# Execute the main command 8exec "$@"