4 lines
98 B
Bash
Executable file
4 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Avvia un server HTTP sulla porta 11002 senza cache
|
|
npx http-server . -c-1 -p 11003
|