⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Appion
All Projects
Appion
Overview
Activity
Roadmap
Issues
Spent time
News
Documents
Wiki
Files
Download (161 Bytes)
Feature #5464
» uploadSEM.sh
Sargis Dallakyan, 02/13/2018 05:32 PM
#!/bin/sh
base_dir
=
/mnt/SharedData
sessions
=
`
find
$base_dir
-name
upload.cfg
-mtime
-30
`
for
session
in
$sessions
do
/root/bin/SEM_upload.py
$session
done
« Previous
1
2
Next »
(1-1/2)
Loading...