Files
cpukeep/test_dead_circle.sh
2017-08-16 14:16:37 +08:00

15 lines
178 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#! /bin/bash
# -*- coding=utf-8 -*-
# Author:zhouze03
# Date: 2017-08-15
#######
# 死循环脚本,贪婪程序即该脚本
#######
while true
do
echo "-----do---"
done