1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-20 01:46:15 -04:00
elinks/test/ecmascript/assert/assert.sh

8 lines
76 B
Bash
Raw Normal View History

#!/bin/sh
d=$(dirname "$0")
for i in $d/*.html; do
readlink -f "$i"
done