7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
## CT2002.sh COPYRIGHT FUJITSU LIMITED 2018 ##
|
|
|
|
sync
|
|
sudo /sbin/sysctl vm.drop_caches=3
|
|
./CT2000 ./CT2002
|