Project

General

Profile

1
#!/bin/sh
2
selfDir="$(dirname -- "$0")"
3

    
4
cd "$selfDir"
5

    
6
chmod o-rwx *.backup
(30-30/191)