Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.0 18 lines 235 B view raw
1#!/bin/bash 2# SPDX-License-Identifier: GPL-2.0 3TCID="zram.sh" 4 5. ./zram_lib.sh 6 7run_zram () { 8echo "--------------------" 9echo "running zram tests" 10echo "--------------------" 11./zram01.sh 12echo "" 13./zram02.sh 14} 15 16check_prereqs 17 18run_zram