mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-30 08:25:19 +00:00
4 lines
75 B
Bash
4 lines
75 B
Bash
|
#!/bin/sh
|
||
|
DATAFILE=`dirname $0`/aarch64-gigabytesysinfo.data
|
||
|
cat $DATAFILE
|