浏览代码

Deliverable version

master
Christos Houtouridis 5 年前
父节点
当前提交
87cc31c3e9
共有 5 个文件被更改,包括 29 次插入0 次删除
  1. 二进制
      deliverable/8997.tar.gz
  2. 二进制
      deliverable/Choutouridis_8997.pdf
  3. 二进制
      report/Choutouridis_8997.odt
  4. 二进制
      report/Choutouridis_8997.pdf
  5. +29
    -0
      test.sh

二进制
deliverable/8997.tar.gz 查看文件


二进制
deliverable/Choutouridis_8997.pdf 查看文件


二进制
report/Choutouridis_8997.odt 查看文件


二进制
report/Choutouridis_8997.pdf 查看文件


+ 29
- 0
test.sh 查看文件

@@ -0,0 +1,29 @@
# example batch file

echo

&&pwd && date

echo

pwd; date

echo

date;;;; pwd

echo

grep hello file1 && date

echo

pw ; date

echo

dat && pwd

echo

ls -a|wc -c

正在加载...
取消
保存