mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
6 lines
49 B
Bash
Executable File
6 lines
49 B
Bash
Executable File
#!/bin/bash
|
|
cd `dirname $0`
|
|
cd ..
|
|
|
|
cat ChangeLog
|