mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
5 lines
158 B
Bash
5 lines
158 B
Bash
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"/../..
|
|
python ./scripts/cleanup_datasets/cleanup_datasets.py -d 60 -3 -r "$@" >> ./scripts/cleanup_datasets/purge_datasets.log
|