6 lines
58 B
Bash
6 lines
58 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sudo chown -R 1000:1000 ./skel
|
||
|
|
||
|
echo "Ready"
|