mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
umask 0027
|
|
exec setuidgid reddit multilog ./main
|