You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
113 B

  1. #!/bin/sh
  2. rm -rf tmp
  3. mkdir tmp
  4. touch tmp/file1 tmp/file2
  5. ln tmp/file1 tmp/link1
  6. gcc ex4.c -o ex4.out
  7. ./ex4.out