Cambio de permisos a ejecución

This commit is contained in:
perro tuerto 2023-03-03 10:59:00 -08:00
parent b6e0169546
commit 2453486213
7 changed files with 7 additions and 0 deletions

1
exercises/ex04/help.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Exercise 4
# help arg
# 1. Getting help with -help or -h.

1
exercises/ex05/cat.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Exercise 5
# cat command

1
exercises/ex06/find.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Exercise 6
# find command

1
exercises/ex07/grep.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Exercise 7
# grep command

1
exercises/ex08/cut.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Exercise 8
# cut command

1
exercises/ex09/sed.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Exercise 9
# sed command

1
exercises/ex10/sort.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Exercise 10
# sort command