mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-02 08:11:16 -08:00
6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
for filename in *.html; do
|
|
google-chrome http://localhost:8080/${filename}
|
|
done
|