mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/bash
|
|
mkdir -p data/celery
|
|
mkdir -p data/media/screenshots
|
|
chmod -R 777 data
|