Files

copied
Last update 5 years 3 months by Petre Rodan
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