mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
4 lines
62 B
Bash
4 lines
62 B
Bash
|
#!/bin/sh
|
||
|
DATAFILE=`dirname $0`/x86sysinfo.data
|
||
|
cat $DATAFILE
|