lldp.sh 761 B

12345678910111213141516171819202122
  1. #!/bin/sh
  2. # file: toys/toys.sh
  3. # ====================================================================
  4. # programs;
  5. # --------------------------------------------------------------------
  6. # gcc -Wall -Wextra -Wno-unused-parameter -o respond respond.1.c
  7. gcc -Wall -Wextra -Wno-unused-parameter -o respond respond.c
  8. # gcc -Wall -Wextra -Wno-unused-parameter -o solicit solicit.1.c
  9. gcc -Wall -Wextra -Wno-unused-parameter -o solicit solicit.c
  10. # ====================================================================
  11. # functions;
  12. # --------------------------------------------------------------------
  13. # ====================================================================
  14. # cleanse;
  15. # --------------------------------------------------------------------
  16. rm -f *.o