mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 20:28:01 +03:00
5 lines
91 B
Bash
5 lines
91 B
Bash
|
#!/bin/bash
|
||
|
echo "listing available backups"
|
||
|
echo "-------------------------"
|
||
|
ls /backups/
|