cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

zram.sh (235B)


      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