File: move_output_files.sh

package info (click to toggle)
esys-particle 2.3.5%2Bdfsg2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,400 kB
  • sloc: cpp: 81,479; python: 5,872; makefile: 1,257; sh: 313; perl: 225
file content (6 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh
# A script to move all the output files of a test script into a new folder

mkdir -p $1
mv $2* $1 2>/dev/null
mv snap_* $1 2>/dev/null