mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 14:29:56 +00:00
4 lines
62 B
Bash
4 lines
62 B
Bash
|
#!/bin/sh
|
||
|
DATAFILE=`dirname $0`/x86sysinfo.data
|
||
|
cat $DATAFILE
|