Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit ad8759c

Browse files
committed
permisos de ejecución para el run.sh
1 parent 90f4ef5 commit ad8759c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

run.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
#!/bin/bash
2+
13
PROTOCOL=2
24

3-
# Replace the next shell command with the entrypoint of your solution
5+
# Cambia al directorio proyecto
6+
cd proyecto
47

5-
python proyecto/client.py "$@"
8+
python proyecto/client.py "$@"

0 commit comments

Comments
 (0)