Files

copied
Last update 4 years 8 months
Filesserverhelpers
..
import_files.sh
import_files.sh
#!/bin/bash ls -1t /tmp/????????? | tac | while read file; do [ -f "${file}" ] && { echo importing "${file}" cat $file | perl -T u1 --nosave } done chown nginx:nginx /var/lib/tracking/*
Report a bug