mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 12:30:47 -07:00
9 lines
169 B
Bash
Executable file
9 lines
169 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
|
|
install -o ctf -m 0755 -d /var/lib/ctf/points.new
|
|
install -o ctf -m 0755 -d /var/lib/ctf/points.tmp
|
|
touch /var/lib/ctf/points.log
|
|
|
|
exec ./pointsd
|