mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-18 20:10:57 +00:00
4 lines
91 B
Bash
4 lines
91 B
Bash
#!/bin/bash
|
|
echo "listing available backups"
|
|
echo "-------------------------"
|
|
ls /backups/
|