mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-05 20:39:56 -08:00
8 lines
228 B
Bash
Executable File
8 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Lance Chromium avec une page Web permettant de tester la version de aladin dans distrib.latest
|
|
|
|
cd .. && python3 -m http.server 42195 &
|
|
|
|
chromium-browser http://0.0.0.0:42195/bug-tracking/test-latest-release.html
|