mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
5 lines
159 B
Bash
5 lines
159 B
Bash
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"/../..
|
|
python ./scripts/cleanup_datasets/cleanup_datasets.py -d 10 -6 -r "$@" >> ./scripts/cleanup_datasets/delete_datasets.log
|