mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 06:50:22 +00:00
4 lines
75 B
Bash
4 lines
75 B
Bash
|
#!/bin/sh
|
||
|
DATAFILE=`dirname $0`/aarch64-gigabytesysinfo.data
|
||
|
cat $DATAFILE
|