Compare commits
3 Commits
df1d3a83ac
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1863c264f8 | |||
| 4bbdd7cb3d | |||
| a4af7c430a |
@@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<?eclipse-pydev version="1.0"?><pydev_project>
|
<?eclipse-pydev version="1.0"?><pydev_project>
|
||||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
|
|
||||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
|
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
|
||||||
|
|
||||||
|
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
|
||||||
|
|
||||||
</pydev_project>
|
</pydev_project>
|
||||||
|
|||||||
18
GoPro/TransferCreationTime.sh
Executable file
18
GoPro/TransferCreationTime.sh
Executable file
@@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
#find -type f -not -iname '*\ \(*' -name \*MP4 -exec stat -c '%y %Y %n' {} \;
|
||||||
|
|
||||||
|
#touch -m -a -t $(date -d @1754466694 +'%Y%m%d%H%M.%S') './GX010042 (1).mp4'
|
||||||
|
|
||||||
|
for F in $(find -type f -not -iname '*\ \(*' -name \*MP4); do
|
||||||
|
FStrip=$(basename -s ".MP4" -- ${F})
|
||||||
|
FEncoded="${FStrip} (1).mp4"
|
||||||
|
if [ -e "${FEncoded}" ]; then
|
||||||
|
MTIME=$(stat -c '%Y' ${F})
|
||||||
|
MDate=$(date -d @${MTIME} +'%Y%m%d%H%M.%S')
|
||||||
|
echo "$F $MTIME $MDate '${FEncoded}' "
|
||||||
|
touch -m -a -t ${MDate} "${FEncoded}"
|
||||||
|
else
|
||||||
|
echo "Not Encoded: ${F}"
|
||||||
|
fi
|
||||||
|
done
|
||||||
0
duply-backup-lenny.sh
Executable file → Normal file
0
duply-backup-lenny.sh
Executable file → Normal file
0
kino/kino_an.sh
Executable file → Normal file
0
kino/kino_an.sh
Executable file → Normal file
0
kino/kino_aus.sh
Executable file → Normal file
0
kino/kino_aus.sh
Executable file → Normal file
0
kino/truhe_an.sh
Executable file → Normal file
0
kino/truhe_an.sh
Executable file → Normal file
0
kino/truhe_aus.sh
Executable file → Normal file
0
kino/truhe_aus.sh
Executable file → Normal file
0
mqtt/remove_retained_topic.sh
Executable file → Normal file
0
mqtt/remove_retained_topic.sh
Executable file → Normal file
@@ -7,3 +7,7 @@ for host in $hosts; do
|
|||||||
echo "$host is pining for the fjords"
|
echo "$host is pining for the fjords"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
echo ''
|
||||||
|
nomad server members
|
||||||
|
echo ''
|
||||||
|
nomad node status
|
||||||
|
|||||||
0
raspbmc-backup-fresh.sh
Executable file → Normal file
0
raspbmc-backup-fresh.sh
Executable file → Normal file
0
raspbmc-backup.sh
Executable file → Normal file
0
raspbmc-backup.sh
Executable file → Normal file
0
raspbmc-restore.sh
Executable file → Normal file
0
raspbmc-restore.sh
Executable file → Normal file
Reference in New Issue
Block a user